projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77d1daf
)
Typo in docstring for define-key.
author
Kai Großjohann
<kgrossjo@eu.uu.net>
Wed, 19 Feb 2003 16:27:21 +0000
(16:27 +0000)
committer
Kai Großjohann
<kgrossjo@eu.uu.net>
Wed, 19 Feb 2003 16:27:21 +0000
(16:27 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 6bf50cb18f6e31bc7025fc968c0acd057defd756..9820d03f80b86f7cab542668e97aaac07b5a527e 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-974,7
+974,7
@@
KEY is a string or a vector of symbols and characters meaning a
sequence of keystrokes and events. Non-ASCII characters with codes
above 127 (such as ISO Latin-1) can be included if you use a vector.
Using [t] for KEY creates a default definition, which applies to any
-event type that has no other definition in th
u
s keymap.
+event type that has no other definition in th
i
s keymap.
DEF is anything that can be a key's definition:
nil (means key is undefined in this keymap),